home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / razor back in front < prev    next >
Text File  |  1999-06-15  |  527b  |  29 lines

  1. Category: Andrew's Filters 24
  2. Title: Razor Back In Front...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: Razback.8bf
  6.  
  7. R:rad(d,m+(val(3,0,2)>0?sin((x-y)%ctl(0)):sin(((Y-X)-(x-y))%ctl(0))),0)
  8.  
  9. G:rad(d,m+(val(4,0,2)>0?sin((x-y)%ctl(1)):sin(((Y-X)-(x-y))%ctl(1))),1)
  10.  
  11. B:rad(d,m+(val(5,0,2)>0?sin((x-y)%ctl(2)):sin((Y-X+(x-y))%ctl(2))),2)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Mod
  16. ctl[1]: Green Mod
  17. ctl[2]: Blue Mod
  18. ctl[3]: Red M
  19. ctl[4]: Green M
  20. ctl[5]: Blue M
  21.  
  22. val[0]: 5
  23. val[1]: 6
  24. val[2]: 10
  25. val[3]: 176
  26. val[4]: 71
  27. val[5]: 90
  28.  
  29.